*{
    font-family: poppins !important;
}

body {
    height: 300px;
    background: rgb(17, 17, 17);
    background: -webkit-gradient(radial, center center, 0, center center, 40%,
      from(rgba(100, 100, 100,0.5)), to(rgba(17, 17, 17,0))) no-repeat
      url(http://iviewsource.com/exercises/audioslider/images/backgroundpattern.png),
      rgb(17, 17, 17);
    background: -webkit-radial-gradient(rgba(100, 100, 100,0.5),
      rgba(17, 17, 17,0) 40%) no-repeat,
      url(http://iviewsource.com/exercises/audioslider/images/backgroundpattern.png),
      rgb(17, 17, 17);
    background: -moz-radial-gradient(rgba(100, 100, 100,0.5),
      rgba(17, 17, 17,0) 40%) no-repeat, 
      url(http://iviewsource.com/exercises/audioslider/images/backgroundpattern.png),
      rgb(17, 17, 17);
    background: -ms-radial-gradient(rgba(100, 100, 100,0.5),
      rgba(17, 17, 17,0) 40%) no-repeat,
      url(http://iviewsource.com/exercises/audioslider/images/backgroundpattern.png),
      rgb(17, 17, 17);
    background: -o-radial-gradient(rgba(100, 100, 100,0.5),
      rgba(17, 17, 17,0) 40%) no-repeat,
      url(http://iviewsource.com/exercises/audioslider/images/backgroundpattern.png),
      rgb(17, 17, 17);
    background: radial-gradient(rgba(100, 100, 100,0.5),
      rgba(17, 17, 17,0) 40%) no-repeat,
    url(http://iviewsource.com/exercises/audioslider/images/backgroundpattern.png),
    rgb(17, 17, 17);
}

/* UTILITIES */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
  }

  *, :after, :before {
    box-sizing: border-box;
}
  
  body {
    background: linear-gradient(90deg, #000, 88%, #ffbc06);
    font-family: Gilroy,sans-serif;
  }
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: sans-serif;
    line-height: 1.15;
}

div {
    display: block;
}
  
  a {
    text-decoration: none;
  }
  
  li {
    list-style: none;
  }

  /* NAVBAR STYLING STARTS */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #000;
    color: #fff;
  }
  
  .nav-links a {
    color: grey;
  }
  
  /* LOGO */
  .logo {
    font-size: 2px;
  }
  
  /* NAVBAR MENU */
  .menu {
    display: flex;
    gap: 1em;
    font-size: 18px;
  }
  
  .menu li:hover {
    background-color: #fff;
    border-radius: 5px;
    transition: 0.2s ease;
  }
  
  .menu li {
    padding: 5px 14px;
  }
  
  /* DROPDOWN MENU */
  .services {
    position: relative; 
  }

  .dropdown li + li {
    margin-top: 10px;
  }

  .parent-hero-grid{
      display: flex;
      justify-content: center;
      align-items: flex-start;

  }
.hero-grid{
    width: 70%;
    padding: 1rem;
    border: 1px solid #ababab;
    border-radius: 0.6rem;
    margin: 1rem;
}
.img-parent-second{
    width: 30%;
    margin: 2rem;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 7px;
    border: 1px solid #ababab;
}

.img-parent-second img{
    width: 100%;
}

.calc-main .calc-wrapper {
    border: 1px solid #202020;
    border-radius: 12px;
    padding: 24px;
}

.br-8 {
    border-radius: 8px;
}
.bg-dark-gray {
    background-color: #161616;
}
.p-3 {
    padding: 1rem!important;
}
.d-flex {
    display: flex!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.text-dull-white {
    color: #ababab;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
label {
    cursor: default;
}
*, :after, :before {
    box-sizing: border-box;
}
input[type=radio] {
    accent-color: #ffbc06;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
input[type="radio" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}
input {
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    background-color: field;
    margin: 0em;
    padding: 1px 0px;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    padding-block: 1px;
    padding-inline: 2px;
}
section {
    display: block;
}

.main-div-parent{
    padding-top: 2rem;
}

.pie-chart {
    position: relative;
    width: 200px;
    height: 200px;
  }
  
  .chart {
    transform: rotate(-90deg);
  }
  
  .chart-bg {
    fill: transparent;
    stroke: #ffbc06;
    stroke-width: 20;
  }
  
  .chart-fill {
    fill: #000;
    stroke: transparent;
    stroke-width: 20;
    transition: stroke-dashoffset 0.3s;
  }

  .text-white {
    color: #fff!important;
}

.font-weight-bold {
    font-weight: 700!important;
}
.text-center {
    text-align: center!important;
}
.m-4 {
    margin: 1.5rem!important;
}
h1, h2, h3, h4, h5, h6, p {
    color: #101010;
}
.h5, h5 {
    font-size: 1.25rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    margin-top: 0;
}
* {
    -webkit-font-smoothing: antialiased;
}
*, :after, :before {
    box-sizing: border-box;
}

.img-parent-second button {
    background-color: #ffbc06 !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-weight: 700 !important;
    max-width: 280px !important;
    padding: 12px 32px !important;
}

.person-sips-parent{
    /* background: #faf2da !important; */
}

h5 {
    display: block;
    font-size: 0.83em;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
  
  .label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
    color: white !important;
  }

  
.calc-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.nav-download-now-btn{
    
    font-family: poppins !important;    
    background-color: #fff;
    border: none;
    border-radius: 2rem;
    color: #101010;
    font-size: 1rem;
    font-weight: 700;
    /* height: 72px; */
    padding: 1rem 1rem;
    position: relative;
    transition: all .2s ease-in-out;
    z-index: 2;
}

.input-grp-parent-268{
    width: 60%;
}

.pie-chart-parent-268{
    width: 40%;
    padding: 3rem;
}
  

.input-grp {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 2rem 0rem;
    /* padding-top: 0rem; */
    /* flex-direction: column; */
}
.text-dull-white {
    color: #ababab;
}
.input-grp .calc-input[type=number] {
    -moz-appearance: textfield;
}
.input-grp .calc-input {
    background: none;
    border: none;
    box-shadow: 0 2px #202020;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    max-width: 90px;
    outline: none;
    padding: 0;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
input[type="number" i] {
    writing-mode: horizontal-tb !important;
    padding-block: 1px;
    padding-inline: 2px;
}
input:not([type="file" i], [type="image" i], [type="checkbox" i], [type="radio" i]) {
}
.input-grp {
    align-items: center;
    display: flex;
    /* flex-direction: column; */
}
.mb-32 {
    margin-bottom: 32px;
}

.slider1 {
    accent-color: #ffbc06;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg,#ffbc06,transparent);
    border-radius: 4px;
    height: 5px;
    margin: 24px auto 32px;
    outline: none;
    width: 100%;
}
.slider2 {
    accent-color: #ffbc06;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg,#ffbc06,transparent);
    border-radius: 4px;
    height: 5px;
    margin: 24px auto 32px;
    outline: none;
    width: 100%;
}
.slider3 {
    accent-color: #ffbc06;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg,#ffbc06,transparent);
    border-radius: 4px;
    height: 5px;
    margin: 24px auto 32px;
    outline: none;
    width: 100%;
}
.slider4 {
    accent-color: #ffbc06;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg,#ffbc06,transparent);
    border-radius: 4px;
    height: 5px;
    margin: 24px auto 32px;
    outline: none;
    width: 100%;
}
.slider1 {
    height: 4px;
}
.slider2 {
    height: 4px;
}
.slider3 {
    height: 4px;
}
.slider4 {
    height: 4px;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
.input-grp {
    align-items: center;
    display: flex;
    /* flex-direction: column; */
}
.input-grp .calc-input {
    background: none;
    border: none;
    box-shadow: 0 2px #202020;
    color: #ffbc06;
    font-size: 18px;
    font-weight: 700;
    max-width: 90px;
    outline: none;
    padding: 0;
}
button, input {
    overflow: visible;
}
input[type="number" i] {
    writing-mode: horizontal-tb !important;
    padding-block: 1px;
    padding-inline: 2px;
}
.mb-32 {
    margin-bottom: 32px;
}

input:not([type="file" i], [type="image" i], [type="checkbox" i], [type="radio" i]) {
}
.input-grp .calc-input {
    background: none;
    border: none;
    box-shadow: 0 2px #202020;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    max-width: 90px;
    outline: none;
    padding: 0;
}
input[type="number" i] {
    writing-mode: horizontal-tb !important;
    padding-block: 1px;
    padding-inline: 2px;
}
input[type="range" i] {
    background-image: linear-gradient(45deg, #ffbc06, #fff);
    appearance: auto;
    cursor: default;
    /* color: -internal-light-dark(rgb(16, 16, 16), rgb(255, 255, 255)); */
    padding: initial;
    border: none;
    margin: 2px;
}
input:not([type="file" i], [type="image" i], [type="checkbox" i], [type="radio" i]) {
}
.align-items-center {
    align-items: center!important;
}
.d-flex {
    display: flex!important;
}
.chart-container[data-v-cbae07e4] {
    height: 160px;
    width: 200px;
}
element.style {
    display: block;
    box-sizing: border-box;
    height: 160px;
    width: 200px;
}
canvas[Attributes] {
    aspect-ratio: auto 250 / 200;
}

canvas {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.mt-sm-80 {
    margin-top: 0;
}
.mt-5, .my-5 {
    margin-top: 3rem!important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-between {
    justify-content: space-between!important;
}

.d-flex {
    display: flex!important;
}
.align-items-center {
    align-items: center!important;
}
.indicator-dot {
    border-radius: 50%;
    height: 10px;
    width: 10px;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem!important;
}
.text-color-lt {
    color: #ababab!important;
}
.m-0 {
    margin: 0!important;
}
.text-white {
    color: #fff!important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem!important;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.d-flex {
    display: flex!important;
}
.primary-bg {
    background-color: #6d64d8!important;
}
.indicator-dot {
    border-radius: 50%;
    height: 10px;
    width: 10px;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem!important;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.input-grp .products{  
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1em;
  }
  
  .product{
    position: relative;
    margin-bottom: 1em;
    border: solid 1px darkgray;  
    padding: 1em;
  }
  
  .product::before {
    counter-increment: product; 
    position: absolute;
    content: "Cash Flow: " ;
    top: -13px;
    left: 10px;
    font-size: 1rem;  
    color: darkgray;
    background: #000;
    padding: 2px;
  }
  
  .product input1{
    width: 100%;
    border: none;
    color: #000;
  }
  .product input2{
    width: 100%;
    border: none;
    color: #000;
  }
  



